home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / coopcatc.swf / scripts / frame_118 / DoAction.as
Text File  |  2012-04-23  |  222b  |  19 lines

  1. if(objectnum == 1)
  2. {
  3.    score = Math.round(score / 2);
  4. }
  5. else
  6. {
  7.    score -= 2;
  8.    if(score < 0)
  9.    {
  10.       score = 0;
  11.    }
  12. }
  13. with(shihan2)
  14. {
  15.    _x = shihanx;
  16.    _y = 250;
  17.    gotoAndPlay("catchobject");
  18. }
  19.